home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / logeqfv6.zip / FT-767.RIG < prev    next >
Text File  |  1993-04-04  |  2KB  |  41 lines

  1. Yaesu FT-767       ! Radio Model Number for display within Log-EQF
  2. M                  ! Update rate in seconds - 0 is fast, while 10 is slow!
  3. 0B00000000         ! Acknowledge command, if required (leave blank if not)
  4. 5                  ! Bytes to receive from radio as ECHO or OK block
  5.                    ! Pacing or Initialize command, if required
  6. H                  ! Hexadecimal (H) or String (S) instruction data type
  7. R                  ! Commands sent to radio Forward (F) or Reverse (R) order
  8.                    ! -------------- FREQUENCY READ -------------------------
  9. 000000000001000000000000000080  ! Command to receive operating FREQUENCY
  10. 86                 ! Number of bytes expected from radio after FREQ command
  11. 2                  ! Starting byte position for FREQUENCY value
  12. 4                  ! Number of bytes in FREQUENCY value
  13. F                  ! Frequency decoded in Forward (F) or Reverse (R) order
  14. B                  ! BCD (B) or Weighted Binary (W)                   
  15.                    ! -------------- MODE READ ------------------------------
  16. 000000000001000000000001000000  ! Command to receive operating MODE
  17. 86                 ! Number bytes expected from radio after MODE command
  18. 7                  ! Starting byte position for MODE value
  19. 1                  ! Number of bytes in MODE value
  20. 07                 ! Bit mask for MODE value, if required
  21. 02                 ! Value for CW
  22. 00                 ! Value for LSB
  23. 01                 ! Value for USB
  24. 04                 ! Value for FM
  25. 03                 ! Value for AM
  26. 05                 ! Value for FSK
  27.                    ! -------------- FREQUENCY SET --------------------------
  28. 000000000008000000000001000000  ! Command to set the operating FREQUENCY
  29. 7                  ! Starting byte position for FREQUENCY value
  30. 4                  ! Number of bytes in FREQUENCY value
  31.                    ! -------------- MODE SET -------------------------------
  32. 00000000000A000000000001000000  ! Command to set the operating MODE
  33. 7                  ! Starting byte position for MODE value
  34. 1                  ! Number of bytes in MODE value
  35. 12                 ! Value for CW
  36. 10                 ! Value for LSB
  37. 11                 ! Value for USB
  38. 14                 ! Value for FM
  39. 13                 ! Value for AM
  40. 15                 ! Value for FSK
  41.